C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreVirtualDataCollection<T> Class / GetLoadedItems Method / GetLoadedItems(Nullable<Int32>,Nullable<Int32>) Method
The starting index, if not specified this will be 0.
The starting index, if not specified this will be Count - 1.

In This Topic
GetLoadedItems(Nullable<Int32>,Nullable<Int32>) Method
In This Topic
Returns all the items that has be loaded so far.
Syntax
'Declaration
 
Public Overloads Function GetLoadedItems( _
   Optional ByVal fromIndex As Nullable(Of Integer), _
   Optional ByVal toIndex As Nullable(Of Integer) _
) As IEnumerable(Of ILoadedItem(Of T))
 

Parameters

fromIndex
The starting index, if not specified this will be 0.
toIndex
The starting index, if not specified this will be Count - 1.
See Also